const github.com/andybalholm/brotli.maxContextMapSymbols
8 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L971: var histogram [maxContextMapSymbols]uint32
brotli_bit_stream.go#L972: var depths [maxContextMapSymbols]byte
brotli_bit_stream.go#L973: var bits [maxContextMapSymbols]uint16
brotli_bit_stream.go#L984: histogram = [maxContextMapSymbols]uint32{}
brotli_bit_stream.go#L1064: var histogram [maxContextMapSymbols]uint32
brotli_bit_stream.go#L1065: var depths [maxContextMapSymbols]byte
brotli_bit_stream.go#L1066: var bits [maxContextMapSymbols]uint16
constants.go#L22: const maxContextMapSymbols = (maxNumberOfBlockTypes + contextMapMaxRle)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |